home *** CD-ROM | disk | FTP | other *** search
/ PC Gamer 7.40 / PC Gamer Disc 7.40 (May 2004).BIN / Data / items.pcg / scripts / DefineButton2_249 / BUTTONCONDACTION on(press, dragOver).as next >
Text File  |  2004-02-26  |  189b  |  8 lines

  1. on(press, dragOver){
  2.    if(_parent.scrollMax < _parent.num_Files)
  3.    {
  4.       startDrag("",0,this._x,224,this._x,384);
  5.       _parent.scrollBoxControl.gotoAndPlay("startFile");
  6.    }
  7. }
  8.